This article discusses the uniform_int and uniform_real random-number distributions and the mt19937 random-number generator. 本文讨论uniformint和uniformrealrandom-number分布以及mt19937随机数生成器。
The Boost random interface is divided into two parts: a random-number generator and a distribution within which the random number must lie. Boost随机接口划分为两个部分:随机数生成器和随机数必须位于其中的分布。